Conversation
🔌 Plugin ArtifactA development build of the plugin is available for testing:
|
|
|
||
| install_filename = os.path.join( | ||
| install_destination, | ||
| f"{self.__plugin_name}_{self.__current_module_package.name}.zip", |
There was a problem hiding this comment.
Name is the name of the release, the result is like that teksi_wastewater_2025.0.2.zip. There is no id inside the module package class
There was a problem hiding this comment.
I've added this a couple of days ago, see https://opengisch.github.io/oqtopus/adding_modules/
I have in mind that the name contains spaces, while the id is the short name.
But I am not sure which should be used in this case, so if name is working as expected, I'm perfectly fine with it.
There was a problem hiding this comment.
In this case, is the name of the package, not the module. Name should be exactly what is set in github as a release name, for example 2025.0.2 or 2025.0.2rc12.
So it can have spaces, but QGIS doesn't have problems installing from a zip file with spaces in the name.


Fix #126